home *** CD-ROM | disk | FTP | other *** search
- /* Prototypes for functions defined in
- Node_Main.c
- */
-
- int CXBRK(void);
-
- int _CXBRK(void);
-
- void chkabort(void);
-
- void ClearNodeData(struct NodeSettingsData * );
-
- void SetNodeSettingsDefaults(struct NodeSettingsData * );
-
- void CopyNodeSettings(struct NodeSettingsData * , struct NodeSettingsData * );
-
- void FreeNodeSettingsData(struct NodeSettingsData * );
-
- unsigned long LoadNodeSettingsData(unsigned long , struct NodeSettingsData * );
-
- void WatchScreenToFront(void);
-
- short PickConScreen(void);
-
- short CreateNodePorts(void);
-
- void CloseNodePorts(void);
-
- void UpdateNodeWndGadgets(void);
-
- void OpenNodeWin(struct Screen * );
-
- void CloseNodeWin(void);
-
- void UpdateInfoWin(void);
-
- void ProcessWindowInfoWin(long , unsigned short , void * );
-
- void UpdateSettingsWindow(void);
-
- void LoadWindowSettings(void);
-
- void SaveWindowSettings(void);
-
- void ProcessWindowSettingsWin(long , unsigned short , void * );
-
- void ProcessWindowNodeWnd(long , unsigned short , void * );
-
- void ProcessConWindow(long , unsigned short , void * );
-
- void SendStatus(unsigned long );
-
- void SendRequest(unsigned long );
-
- void ClearDeviceData(struct DeviceData * );
-
- void SetDeviceDataDefaults(struct DeviceData * );
-
- void FreeDeviceData(struct DeviceData * );
-
- unsigned long LoadDeviceData(unsigned long , struct DeviceData * );
-
- unsigned long GetBBSGlobal(void);
-
- unsigned long InitNode(void);
-
- void FreeNode(void);
-
- void HandleAsk(struct AskMsg * );
-
- void HandleStatus(struct StatusMsg * );
-
- void HandleDoorActivityMsg(struct DoorActivityMsg * );
-
- void HandleMsg(void);
-
- int OpenTheDiskFonts(void);
-
- void NodeMain(void);
-
- int main(int , char ** );
-
-